The Source Control Integration API > The source control integration API optional functions > SCS_GetConnectionInfo() |
![]() ![]() ![]() |
Description
Displays a dialog box to allow the user to change or set the connection information for this site. Does not make the connection. This is called when the user clicks the "Settings..." button in the Remote Info section of the Define Sites dialog box.
Arguments
connectionData
, siteName
![]() |
connectionData is a handle to data that the agent wants Dreamweaver to pass it when calling other API functions. |
![]() |
siteName is a string pointing to the name of the site, which cannot exceed 64 characters. |
Returns
true
if successful, false
if not.
![]() ![]() ![]() |